home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
pc
/
pb
/
profile.dir
/
00290_Script_prebio prep
< prev
next >
Wrap
Text File
|
1997-07-29
|
360b
|
15 lines
on exitFrame
global current_pm, next_bsub
set next_bsub = ""
put current_pm into item 1 of next_bsub
put "bio" into item 2 of next_bsub
put 1 into item 3 of next_bsub
getbiolist
dobiorolls(item 3 of next_bsub) -- set the rolls for each bio screen
global credit_roll
put setbiocredit(current_pm) into credit_roll
end